CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - windows PE

搜索资源列表

  1. PE

    0下载:
  2. Windows系统下可执行文件PE文件结构的分析源代码
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:31820
    • 提供者:王京
  1. Pefileinfector

    0下载:
  2. PE文件感染器: 在windows PE格式文件中注入其它代码。本例是使文件打开一个cmd.exe。当然,可以改为其它的代码,甚至木马
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:11753
    • 提供者:tyf
  1. DependDigger

    0下载:
  2. 一个用于分析windows PE文件的程序,可以知道其依赖于其他什么文件。里面使用了boost库的功能,可以简化链接符号的处理。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:175542
    • 提供者:melon
  1. PE文件格式

    0下载:
  2. PE文件是windows(9598NT)目前采用的可执行文件格式。流行的CIH病毒就是通过改变PE文件的内容,并且保持文件大小不变,从而实现自己的功能。本程序通过分析PE文件格式,将可执行文件的文件定位表重新定位,指向用户编写的DLL,然后指令指针返回正常调用位置。在DLL中通过系统挂钩,实现了后台各种级别密码的截获功能-PE document windows (9598NT) of the executable file format. Popular CIH virus is through
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:112507
    • 提供者:万惠华
  1. The PE file format

    0下载:
  2. describe the PE format details,if you know the PE format, in windows ,every thing is in charge.
  3. 所属分类:编程文档

  1. PEFile.rar

    0下载:
  2. 使用C语言分析Windows的PE文件格式源码, 函数封装在pe/pe.h中,PE File.c是一个简单的测试代码 ! ,The use of C language analysis of the PE file format Windows source code, function is packaged in a pe/pe.h in, PE File.c is a simple test code!
  3. 所属分类:File Operate

    • 发布日期:2017-04-09
    • 文件大小:1513073
    • 提供者:郭子
  1. Pefile

    0下载:
  2. 自动解析Windows下可执行文件PE文件头,代码规范有注释,是学习PE结构的好资料-windows PE file header study
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:25547
    • 提供者:goodone
  1. PEDump

    0下载:
  2. Delphi下深入Windows核心编程,PE结构分析-Delphi depth under the Windows core programming, PE Structural Analysis
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:147060
    • 提供者:
  1. dll(loader)

    0下载:
  2. 说明: 1 例子程序在 vc6.0 +windows xp 编译测试过 2 需要阅读者对程序进程空间,编译,pe结构有一定的理解 3 这里根据自己认识加上对其他资料整理而成,对dll 简单的介绍 -Descr iption: 1 examples of procedures vc6.0+ Windows xp compile tested 2 need to read about the process of the space program, the compiler
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:327774
    • 提供者:周晓宇
  1. dll_insert_projector

    0下载:
  2. WINDows PE格式解析源代码,用来解析windowspe文件以及DLL句柄的内容-WINDows PE格式解析源代码
  3. 所属分类:Graph program

  1. zbWIMGAPI

    0下载:
  2. WIMGAPI.dll API wrapper to use the WIMGAPI.dll of the Windows PE packages with any language including Visual Basic, Visual FoxPro, VBscr ipt and Jscr ipt, without the need of complex code in C to call the difficult and hard to program WIMGAPI. O
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7800
    • 提供者:Draz
  1. ExeInfo

    0下载:
  2. PHP版的windows PE文件信息查看,目前可查看PE头部及节信息,输出为xml格式。-PHP version of windows PE file information view, the current head and PE can view information section, the output format for the xml.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-14
    • 文件大小:3125
    • 提供者:路程
  1. asm

    0下载:
  2. 好东西,一个汇编程语言学习经典资料,系统研究dos、windows底层,pe文件分析,病毒代码分析,文件加密解密等汇编语言应用。-A good thing to learn a programming language, the classic exchange of information, systematic study dos, windows bottom, pe document analysis, the virus code analysis, file encryption a
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:842117
    • 提供者:刘伟
  1. DelphiWindowshexinbiancheng

    0下载:
  2. 本书是一本介绍Windows核心技术及高级技巧的专著。从系统内核编程出发,使用大量的例子帮助读者理解这些编程技术,讲述了线程同步及隐藏、系统钩子深入分析、读写物理磁盘的关键技术、读写物理内存和其他进程内存的核心技术、Windows 9x下调用16位实模式和保护模式代码的核心技术、直接读写端口技术、可执行文件加壳的技巧、PE结构分析、Ring0的实现、Windows API截取技术、屏幕取词技术等方面的内容。全书对热点源代码进行了深入剖析和讲解,同时本书汇聚了作者利用Soft-ICE跟踪调试经验,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:49119913
    • 提供者:龙文
  1. WinPeFREEforDOSXP

    0下载:
  2. Win PE 绿色版 for DOS/XP 安装后启动XP,系统可以选择启动DOS_tools或Win PE或windows XP,方便对系统的维护。-Win PE Green version for DOS/XP installation boot XP, the system can choose to start DOS_tools or Win PE or windows XP, to facilitate system maintenance.
  3. 所属分类:OS Develop

    • 发布日期:2017-06-21
    • 文件大小:36391029
    • 提供者:gzk
  1. PE

    0下载:
  2. PE资料,PE文件格式解析。PE及Windows下Dll和其他可执行文件的格式。-PE data, PE file format parsing. PE, and Windows, Dll and other executable file formats.
  3. 所属分类:File Formats

    • 发布日期:2017-04-02
    • 文件大小:9214
    • 提供者:Lee
  1. pedump

    0下载:
  2. This my PEDUMP code as January 1998. It s certainly better than the original PEDUMP from my MSJ column, and from my "Windows 95 System Programming Secrets" book. There are additions for several new file types, and additional resources. Havin
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:25102
    • 提供者:Danny
  1. ThePEStrcture

    0下载:
  2. Detail source on the structure of windows PE files
  3. 所属分类:File Operate

    • 发布日期:2017-04-16
    • 文件大小:72534
    • 提供者:JOGK
  1. VersInfoExShlExt

    0下载:
  2. 本ActiveX用于查阅Windows PE格式文件的版本信息,在Windows 7中仍然是维持XP3方式,方便使用-For access to the ActiveX version of Windows PE format files information in Windows 7 is still way to maintain the XP3, easy to use
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-04-05
    • 文件大小:14473
    • 提供者:sdxiao
  1. ttanalyze

    0下载:
  2. tool for automatically analyzing the behavior of Windows PE-executables
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:51776
    • 提供者:Ammarahmed
« 1 23 4 5 6 7 »
搜珍网 www.dssz.com